home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000799_mackay@cs.washington.edu_Mon Jul 25 02:24:29 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  3KB

  1. Received: from june.cs.washington.edu by cs.umb.edu with SMTP id AA01138
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Mon, 25 Jul 1994 12:24:57 -0400
  3. Return-Path: <mackay>
  4. Received: (mackay@localhost) by june.cs.washington.edu (8.6.9/7.2ju) id JAA25556; Mon, 25 Jul 1994 09:24:29 -0700
  5. Date: Mon, 25 Jul 1994 09:24:29 -0700
  6. From: mackay@cs.washington.edu (Pierre MacKay)
  7. Message-Id: <199407251624.JAA25556@june.cs.washington.edu>
  8. To: andreas@mpa-garching.mpg.de
  9. Cc: tex-k@cs.umb.edu, kb@cs.umb.edu
  10. In-Reply-To: Andreas Schott's message of Mon, 25 Jul 1994 16:55:27 +0200 <199407251455.QAA45445@ibm-1.MPA-Garching.MPG.DE>
  11. Subject: Re: \font, \input, \openin and filenames in UNIX-TeX
  12.  
  13.  
  14. When you are doing any of the TeX I/O things like
  15. \font, \input, \openin etc.  you are working through
  16. a mechanism which (and thank your lucky stars
  17. it does) insulates what you send to it from Unix
  18. command line interpretation.  Any of the various
  19. Unix C "open" functions take strings of more or
  20. less arbitrary content and length.  When you are
  21. working at that level, you can even include spaces
  22. in your file names.  But "open" calls and calls
  23. to "system" are two very different mechanisms.  
  24. If you were to try globbing part1.tex part2.tex part3.tex
  25. by saying \input part*, you would get the literal file
  26. name part*.tex, not the three files part[1-3].tex
  27. (It's true---I just did it.)  That's as good an illustration
  28. as is needed of the huge difference between "open"
  29. and "system".  There have been occasional calls
  30. for a "system" interface through TeX.  I doubt
  31. that it is worth the pain it would involve.
  32.  
  33.  
  34. %=======================================================================%
  35. |                             N O T I C E                               |
  36. |  The University of Washington has ordered us to close the Northwest   |
  37. |  Computing Support Center, and to terminate the official support      |
  38. |  of UnixTeX.  Although the termination was final as of June 14, 1994  |
  39. |  we will try unofficially to provide some services for the next few   |
  40. |  months.  Unfortunately Elizabeth will not be available by phone,     |
  41. |  and I cannot be near my phone in any regular sense. Please note      |
  42. |  the changes in address and telephone number.  There is no Northwest  |
  43. |  Computing Support Center any longer.                                 |
  44. |                                                                       |
  45. %=======================================================================%
  46. Email concerned with UnixTeX distribution software may be sent 
  47. to:    UnixTeX@u.washington.edu            Elizabeth Tachikawa
  48. or to:  mackay@cs.washington.edu        Pierre A. MacKay
  49. Smail:  Department of Classics            Emeritus Druid for
  50.     Denny Hall, Mail Stop DH-10        Unix-flavored TeX
  51.     University of Washington
  52.     Seattle, WA 98195
  53.     (206) 543-2268 (No call forwarding, no message recorder)
  54.  
  55.  
  56.